home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tex / splain.tex < prev    next >
Text File  |  1987-07-18  |  45KB  |  1,307 lines

  1. % File SPLAIN.TEX - Created 28 October 1986
  2. % This is the SliTeX version of the plain TeX format that's described in 
  3. % The TeXbook.  All modifications can be found by searching for
  4. % the word 'LaTeX' or 'SliTeX'
  5. % N.B.: A version number is defined at the very end of this file;
  6. %       please change that number whenever the file is modified!
  7. % And don't modify the file under any circumstances.
  8.  
  9. \catcode`\{=1 % left brace is begin-group character
  10. \catcode`\}=2 % right brace is end-group character
  11. \catcode`\$=3 % dollar sign is math shift
  12. \catcode`\&=4 % ampersand is alignment tab
  13. \catcode`\#=6 % hash mark is macro parameter character
  14. \catcode`\^=7 \catcode`\^^K=7 % circumflex and uparrow are for superscripts
  15. \catcode`\_=8 \catcode`\^^A=8 % underline and downarrow are for subscripts
  16. \catcode`\^^I=10 % ascii tab is a blank space
  17. \chardef\active=13 \catcode`\~=\active % tilde is active
  18. \catcode`\^^L=\active \outer\def^^L{\par} % ascii form-feed is "\outer\par"
  19.  
  20. \message{Preloading the plain format: codes,}
  21.  
  22. % We had to define the \catcodes right away, before the message line,
  23. % since \message uses the { and } characters.
  24. % When INITEX (the TeX initializer) starts up,
  25. % it has defined the following \catcode values:
  26. % \catcode`\^^@=9 % ascii null is ignored
  27. % \catcode`\^^M=5 % ascii return is end-line
  28. % \catcode`\\=0 % backslash is TeX escape character
  29. % \catcode`\%=14 % percent sign is comment character
  30. % \catcode`\ =10 % ascii space is blank space
  31. % \catcode`\^^?=15 % ascii delete is invalid
  32. % \catcode`\A=11 ... \catcode`\Z=11 % uppercase letters
  33. % \catcode`\a=11 ... \catcode`\z=11 % lowercase letters
  34. % all others are type 12 (other)
  35.  
  36. % Here is a list of the characters that have been specially catcoded:
  37. \def\dospecials{\do\ \do\\\do\{\do\}\do\$\do\&%
  38.   \do\#\do\^\do\^^K\do\_\do\^^A\do\%\do\~}
  39. % (not counting ascii null, tab, linefeed, formfeed, return, delete)
  40. % Each symbol in the list is preceded by \do, which can be defined
  41. % if you want to do something to every item in the list.
  42.  
  43. % We make @ signs act like letters, temporarily, to avoid conflict
  44. % between user names and internal control sequences of plain format.
  45. \catcode`@=11
  46.  
  47. % INITEX sets up \mathcode x=x, for x=0..127, except that
  48. % \mathcode x=x+"7100, for x = `A to `Z and `a to `z;
  49. % \mathcode x=x+"7000, for x = `0 to `9.
  50. % The following changes define internal codes as recommended
  51. % in Appendix C of The TeXbook:
  52. \mathcode`\^^@="2201 % \cdot
  53. \mathcode`\^^A="3223 % \downarrow
  54. \mathcode`\^^B="010B % \alpha
  55. \mathcode`\^^C="010C % \beta
  56. \mathcode`\^^D="225E % \land
  57. \mathcode`\^^E="023A % \lnot
  58. \mathcode`\^^F="3232 % \in
  59. \mathcode`\^^G="0119 % \lambda
  60. \mathcode`\^^H="0115 % \pi
  61. \mathcode`\^^I="010D % \gamma
  62. \mathcode`\^^J="010E % \delta
  63. \mathcode`\^^K="3222 % \uparrow
  64. \mathcode`\^^L="2206 % \pm
  65. \mathcode`\^^M="2208 % \oplus
  66. \mathcode`\^^N="0231 % \infty
  67. \mathcode`\^^O="0140 % \partial
  68. \mathcode`\^^P="321A % \subset
  69. \mathcode`\^^Q="321B % \supset
  70. \mathcode`\^^R="225C % \cap
  71. \mathcode`\^^S="225B % \cup
  72. \mathcode`\^^T="0238 % \forall
  73. \mathcode`\^^U="0239 % \exists
  74. \mathcode`\^^V="220A % \otimes
  75. \mathcode`\^^W="3224 % \leftrightarrow
  76. \mathcode`\^^X="3220 % \leftarrow
  77. \mathcode`\^^Y="3221 % \rightarrow
  78. \mathcode`\^^Z="8000 % \ne
  79. \mathcode`\^^[="2205 % \diamond
  80. \mathcode`\^^\="3214 % \le
  81. \mathcode`\^^]="3215 % \ge
  82. \mathcode`\^^^="3211 % \equiv
  83. \mathcode`\^^_="225F % \lor
  84. \mathcode`\ ="8000 % \space
  85. \mathcode`\!="5021
  86. \mathcode`\'="8000 % ^\prime
  87. \mathcode`\(="4028
  88. \mathcode`\)="5029
  89. \mathcode`\*="2203 % \ast
  90. \mathcode`\+="202B
  91. \mathcode`\,="613B
  92. \mathcode`\-="2200
  93. \mathcode`\.="013A
  94. \mathcode`\/="013D
  95. \mathcode`\:="303A
  96. \mathcode`\;="603B
  97. \mathcode`\<="313C
  98. \mathcode`\=="303D
  99. \mathcode`\>="313E
  100. \mathcode`\?="503F
  101. \mathcode`\[="405B
  102. \mathcode`\\="026E % \backslash
  103. \mathcode`\]="505D
  104. \mathcode`\_="8000 % \_
  105. \mathcode`\{="4266
  106. \mathcode`\|="026A
  107. \mathcode`\}="5267
  108. \mathcode`\^^?="1273 % \smallint
  109.  
  110. % INITEX sets \uccode`x=`X and \uccode `X=`X for all letters x,
  111. % and \lccode`x=`x, \lccode`X=`x; all other values are zero.
  112. % No changes to those tables are needed in plain TeX format.
  113.  
  114. % INITEX sets \sfcode x=1000 for all x, except that \sfcode`X=999
  115. % for uppercase letters. The following changes are needed:
  116. \sfcode`\)=0 \sfcode`\'=0 \sfcode`\]=0
  117. % The \nonfrenchspacing macro will make further changes to \sfcode values.
  118.  
  119. % Finally, INITEX sets all \delcode values to -1, except \delcode`.=0
  120. \delcode`\(="028300
  121. \delcode`\)="029301
  122. \delcode`\[="05B302
  123. \delcode`\]="05D303
  124. \delcode`\<="26830A
  125. \delcode`\>="26930B
  126. \delcode`\/="02F30E
  127. \delcode`\|="26A30C
  128. \delcode`\\="26E30F
  129. % N.B. { and } should NOT get delcodes; otherwise parameter grouping fails!
  130.  
  131. % To make the plain macros more efficient in time and space,
  132. % several constant values are declared here as control sequences.
  133. % If they were changed, anything could happen; so they are private symbols.
  134. \chardef\@ne=1
  135. \chardef\tw@=2
  136. \chardef\thr@@=3
  137. \chardef\sixt@@n=16
  138. \chardef\@cclv=255
  139. \mathchardef\@cclvi=256
  140. \mathchardef\@m=1000
  141. \mathchardef\@M=10000
  142. \mathchardef\@MM=20000
  143.  
  144. % Allocation of registers
  145.  
  146. % Here are macros for the automatic allocation of \count, \box, \dimen,
  147. % \skip, \muskip, and \toks registers, as well as \read and \write
  148. % stream numbers, \fam codes, and \insert numbers.
  149.  
  150. \message{registers,}
  151.  
  152. % When a register is used only temporarily, it need not be allocated;
  153. % grouping can be used, making the value previously in the register return
  154. % after the close of the group.  The main use of these macros is for
  155. % registers that are defined by one macro and used by others, possibly at
  156. % different nesting levels.  All such registers should be defined through
  157. % these macros; otherwise conflicts may occur, especially when two or more
  158. % more macro packages are being used at once.
  159.  
  160. % The following counters are reserved:
  161. %   0 to 9  page numbering
  162. %       10  count allocation
  163. %       11  dimen allocation
  164. %       12  skip allocation
  165. %       13  muskip allocation
  166. %       14  box allocation
  167. %       15  toks allocation
  168. %       16  read file allocation
  169. %       17  write file allocation
  170. %       18  math family allocation
  171. %       19  insert allocation
  172. %       20  the most recently allocated number
  173. %       21  constant -1
  174. % New counters are allocated starting with 22, 23, etc.  Other registers are
  175. % allocated starting with 10.  This leaves 0 through 9 for the user to play
  176. % with safely, except that counts 0 to 9 are considered to be the page and
  177. % subpage numbers (since they are displayed during output). In this scheme,
  178. % \count 10 always contains the number of the highest-numbered counter that
  179. % has been allocated, \count 14 the highest-numbered box, etc.
  180. % Inserts are given numbers 254, 253, etc., since they require a \count,
  181. % \dimen, \skip, and \box all with the same number; \count 19 contains the
  182. % lowest-numbered insert that has been allocated. Of course, \box255 is
  183. % reserved for \output; \count255, \dimen255, and \skip255 can be used freely.
  184.  
  185. % It is recommends that macro designers always use
  186. % \global assignments with respect to registers numbered 1, 3, 5, 7, 9, and
  187. % always non-\global assignments with respect to registers 0, 2, 4, 6, 8, 255.
  188. % This will prevent ``save stack buildup'' that might otherwise occur.
  189.  
  190. \count10=21 % allocates \count registers 22, 23, ...
  191. \count11=9 % allocates \dimen registers 10, 11, ...
  192. \count12=9 % allocates \skip registers 10, 11, ...
  193. \count13=9 % allocates \muskip registers 10, 11, ...
  194. \count14=9 % allocates \box registers 10, 11, ...
  195. \count15=9 % allocates \toks registers 10, 11, ...
  196. \count16=-1 % allocates input streams 0, 1, ...
  197. \count17=-1 % allocates output streams 0, 1, ...
  198. \count18=3 % allocates math families 4, 5, ...
  199. \count19=255 % allocates insertions 254, 253, ...
  200. \countdef\insc@unt=19 % the insertion counter
  201. \countdef\allocationnumber=20 % the most recent allocation
  202. \countdef\m@ne=21 \m@ne=-1 % a handy constant
  203. \def\wlog{\immediate\write\m@ne} % write on log file (only)
  204.  
  205. % Here are abbreviations for the names of scratch registers
  206. % that don't need to be allocated.
  207.  
  208. \countdef\count@=255
  209. \dimendef\dimen@=0
  210. \dimendef\dimen@i=1 % global only
  211. \dimendef\dimen@ii=2
  212. \skipdef\skip@=0
  213. \toksdef\toks@=0
  214.  
  215. % Now, we define \newcount, \newbox, etc. so that you can say \newcount\foo
  216. % and \foo will be defined (with \countdef) to be the next counter.
  217. % To find out which counter \foo is, you can look at \allocationnumber.
  218. % Since there's no \boxdef command, \chardef is used to define a \newbox,
  219. % \newinsert, \newfam, and so on.
  220.  
  221. \outer\def\newcount{\alloc@0\count\countdef\insc@unt}
  222. \outer\def\newdimen{\alloc@1\dimen\dimendef\insc@unt}
  223. \outer\def\newskip{\alloc@2\skip\skipdef\insc@unt}
  224. \outer\def\newmuskip{\alloc@3\muskip\muskipdef\@cclvi}
  225. \outer\def\newbox{\alloc@4\box\chardef\insc@unt}
  226. \let\newtoks=\relax % we do this to allow plain.tex to be read in twice
  227. \outer\def\newhelp#1#2{\newtoks#1#1\expandafter{\csname#2\endcsname}}
  228. \outer\def\newtoks{\alloc@5\toks\toksdef\@cclvi}
  229. \outer\def\newread{\alloc@6\read\chardef\sixt@@n}
  230. \outer\def\newwrite{\alloc@7\write\chardef\sixt@@n}
  231. \outer\def\newfam{\alloc@8\fam\chardef\sixt@@n}
  232. \def\alloc@#1#2#3#4#5{\global\advance\count1#1by\@ne
  233.   \ch@ck#1#4#2% make sure there's still room
  234.   \allocationnumber=\count1#1%
  235.   \global#3#5=\allocationnumber
  236.   \wlog{\string#5=\string#2\the\allocationnumber}}
  237. \outer\def\newinsert#1{\global\advance\insc@unt by\m@ne
  238.   \ch@ck0\insc@unt\count
  239.   \ch@ck1\insc@unt\dimen
  240.   \ch@ck2\insc@unt\skip
  241.   \ch@ck4\insc@unt\box
  242.   \allocationnumber=\insc@unt
  243.   \global\chardef#1=\allocationnumber
  244.   \wlog{\string#1=\string\insert\the\allocationnumber}}
  245. \def\ch@ck#1#2#3{\ifnum\count1#1<#2%
  246.   \else\errmessage{No room for a new #3}\fi}
  247.  
  248. % Here are some examples of allocation.
  249. \newdimen\maxdimen \maxdimen=16383.99999pt % the largest legal <dimen>
  250. \newskip\hideskip \hideskip=-1000pt plus 1fill % negative but can grow
  251.  
  252. % LaTeX change: this was \centering in PLAIN
  253. \newskip\@centering \@centering=0pt plus 1000pt minus 1000pt
  254.  
  255. \newdimen\p@ \p@=1pt % this saves macro space and time
  256. \newdimen\z@ \z@=0pt % can be used both for 0pt and 0
  257. \newskip\z@skip \z@skip=0pt plus0pt minus0pt
  258. \newbox\voidb@x % permanently void box register
  259.  
  260. % And here's a different sort of allocation:
  261. % For example, \newif\iffoo creates \footrue, \foofalse to go with \iffoo.
  262. \outer\def\newif#1{\count@\escapechar \escapechar\m@ne
  263.   \expandafter\expandafter\expandafter
  264.    \edef\@if#1{true}{\let\noexpand#1=\noexpand\iftrue}%
  265.   \expandafter\expandafter\expandafter
  266.    \edef\@if#1{false}{\let\noexpand#1=\noexpand\iffalse}%
  267.   \@if#1{false}\escapechar\count@} % the condition starts out false
  268. \def\@if#1#2{\csname\expandafter\if@\string#1#2\endcsname}
  269. {\uccode`1=`i \uccode`2=`f \uppercase{\gdef\if@12{}}} % `if' is required
  270.  
  271. % Assign initial values to TeX's parameters
  272.  
  273. \message{parameters,}
  274.  
  275. % All of TeX's numeric parameters are listed here,
  276. % but the code is commented out if no special value needs to be set.
  277. % INITEX makes all parameters zero except where noted.
  278.  
  279. \pretolerance=100
  280. \tolerance=200 % INITEX sets this to 10000
  281. \hbadness=1000
  282. \vbadness=1000
  283. \linepenalty=10
  284. \hyphenpenalty=50
  285. \exhyphenpenalty=50
  286. \binoppenalty=700
  287. \relpenalty=500
  288. \clubpenalty=150
  289. \widowpenalty=150
  290. \displaywidowpenalty=50
  291. \brokenpenalty=100
  292. \predisplaypenalty=10000
  293. % \postdisplaypenalty=0
  294. % \interlinepenalty=0
  295. % \floatingpenalty=0, set during \insert
  296. % \outputpenalty=0, set before TeX enters \output
  297. \doublehyphendemerits=10000
  298. \finalhyphendemerits=5000
  299. \adjdemerits=10000
  300. % \looseness=0, cleared by TeX after each paragraph
  301. % \pausing=0
  302. % \tracingonline=0
  303. % \tracingmacros=0
  304. % \tracingstats=0
  305. % \tracingparagraphs=0
  306. % \tracingpages=0
  307. % \tracingoutput=0
  308. \tracinglostchars=1
  309. % \tracingcommands=0
  310. % \tracingrestores=0
  311. \uchyph=1
  312. % \globaldefs=0
  313. % \maxdeadcycles=25 % INITEX does this
  314. % \hangafter=1 % INITEX does this, also TeX after each paragraph
  315. % \fam=0
  316. % \mag=1000 % INITEX does this
  317. % \escapechar=`\\ % INITEX does this
  318. \defaulthyphenchar=`\-
  319. \defaultskewchar=-1
  320. % \endlinechar=`\^^M % INITEX does this
  321. \newlinechar=-1
  322. \delimiterfactor=901
  323. % \time=now % TeX does this at beginning of job
  324. % \day=now % TeX does this at beginning of job
  325. % \month=now % TeX does this at beginning of job
  326. % \year=now % TeX does this at beginning of job
  327. \showboxbreadth=5
  328. \showboxdepth=3
  329.  
  330. \hfuzz=0.1pt
  331. \vfuzz=0.1pt
  332. \overfullrule=5pt
  333. \hsize=6.5in
  334. \vsize=8.9in
  335. \maxdepth=4pt
  336. \splitmaxdepth=\maxdimen
  337. \boxmaxdepth=\maxdimen
  338. % \lineskiplimit=0pt, changed by \normalbaselines
  339. \delimitershortfall=5pt
  340. \nulldelimiterspace=1.2pt
  341. \scriptspace=0.5pt
  342. % \mathsurround=0pt
  343. % \predisplaysize=0pt, set before TeX enters $$
  344. % \displaywidth=0pt, set before TeX enters $$
  345. % \displayindent=0pt, set before TeX enters $$
  346. \parindent=20pt
  347. % \hangindent=0pt, zeroed by TeX after each paragraph
  348. % \hoffset=0pt
  349. % \voffset=0pt
  350.  
  351. % \baselineskip=0pt, changed by \normalbaselines
  352. % \lineskip=0pt, changed by \normalbaselines
  353. \parskip=0pt plus 1pt
  354. \abovedisplayskip=12pt plus 3pt minus 9pt
  355. \abovedisplayshortskip=0pt plus 3pt
  356. \belowdisplayskip=12pt plus 3pt minus 9pt
  357. \belowdisplayshortskip=7pt plus 3pt minus 4pt
  358. % \leftskip=0pt
  359. % \rightskip=0pt
  360. \topskip=10pt
  361. \splittopskip=10pt
  362. % \tabskip=0pt
  363. % \spaceskip=0pt
  364. % \xspaceskip=0pt
  365. \parfillskip=0pt plus 1fil
  366.  
  367. \thinmuskip=3mu
  368. \medmuskip=4mu plus 2mu minus 4mu
  369. \thickmuskip=5mu plus 5mu
  370.  
  371. % We also define special registers that function like parameters:
  372. \newskip\smallskipamount \smallskipamount=3pt plus 1pt minus 1pt
  373. \newskip\medskipamount \medskipamount=6pt plus 2pt minus 2pt
  374. \newskip\bigskipamount \bigskipamount=12pt plus 4pt minus 4pt
  375. \newskip\normalbaselineskip \normalbaselineskip=12pt
  376. \newskip\normallineskip \normallineskip=1pt
  377. \newdimen\normallineskiplimit \normallineskiplimit=0pt
  378. \newdimen\jot \jot=3pt
  379. \newcount\interdisplaylinepenalty \interdisplaylinepenalty=100
  380. \newcount\interfootnotelinepenalty \interfootnotelinepenalty=100
  381.  
  382. % Definitions for preloaded fonts
  383.  
  384. \def\magstephalf{1095 }
  385. \def\magstep#1{\ifcase#1 \@m\or 1200\or 1440\or 1728\or 2074\or 2488\fi\relax}
  386.  
  387. % Note: At present, "am" fonts are loaded instead of "cm" ones.
  388. % The "almost computer modern" typefaces will be replaced by
  389. % better fonts in the future; meanwhile we must use these.
  390.  
  391. % Fonts assigned to \preloaded are not part of "plain TeX",
  392. % but they are preloaded so that other format packages can use them.
  393. % For example, if another set of macros says "\font\ninerm=cmr9",
  394. % TeX will not have to reload the font metric information for cmr9.
  395.  
  396.  
  397. % SLiTeX font definitions are taken from the file SFONTS.TEX,
  398. % so all of PLAIN's font definitions are commented out.
  399.  
  400. %\message{fonts,}
  401.  
  402. %\font\tenrm=amr10 % roman text
  403. %\font\preloaded=amr9
  404. %\font\preloaded=amr8
  405. %\font\sevenrm=amr7
  406. %\font\preloaded=amr6
  407. %\font\fiverm=amr5
  408. %
  409. %\font\teni=ami10 % math italic
  410. %\font\preloaded=ami9
  411. %\font\preloaded=ami8
  412. %\font\seveni=ami7
  413. %\font\preloaded=ami6
  414. %\font\fivei=ami5
  415. %
  416. %\font\tensy=amsy10 % math symbols
  417. %\font\preloaded=amsy9
  418. %\font\preloaded=amsy8
  419. %\font\sevensy=amsy7
  420. %\font\preloaded=amsy6
  421. %\font\fivesy=amsy5
  422. %
  423. %\font\tenex=amex10 % math extension
  424. %
  425. %\font\preloaded=amss10 % sans serif
  426. %\font\preloaded=amssq8
  427. %
  428. %\font\preloaded=amssi10 % sans serif italic
  429. %\font\preloaded=amssqi8
  430. %
  431. %\font\tenbf=ambx10 % boldface extended
  432. %\font\preloaded=ambx9
  433. %\font\preloaded=ambx8
  434. %\font\sevenbf=ambx7
  435. %\font\preloaded=ambx6
  436. %\font\fivebf=ambx5
  437. %
  438. %\font\tentt=amtt10 % typewriter
  439. %\font\preloaded=amtt9
  440. %\font\preloaded=amtt8
  441. %
  442. %\font\preloaded=amsltt10 % slanted typewriter
  443. %
  444. %\font\tensl=amsl10 % slanted roman
  445. %\font\preloaded=amsl9
  446. %\font\preloaded=amsl8
  447. %
  448. %\font\tenit=amti10 % text italic
  449. %\font\preloaded=amti9
  450. %\font\preloaded=amti8
  451. %\font\preloaded=amti7
  452. %
  453. %\message{more fonts,}
  454. %\font\preloaded=amu10 % unslanted text italic
  455. %
  456. %\font\preloaded=ambi10 % bold math italic
  457. %\font\preloaded=ambsy10 % bold math symbols
  458. %
  459. %\font\preloaded=amcsc10 % caps and small caps
  460. %
  461. %\font\preloaded=amssbx10 % sans serif bold extended
  462. %
  463. %\font\preloaded=amdunh10 % Dunhill style
  464. %
  465. %\font\preloaded=amr7 scaled \magstep4 % for titles
  466. %\font\preloaded=amtt10 scaled \magstep2
  467. %\font\preloaded=amssbx10 scaled \magstep2
  468. %
  469. %\font\preloaded=manfnt % METAFONT logo and dragon curve and special symbols
  470. %
  471. %% Additional \preloaded fonts can be specified here.
  472. %% (And those that were \preloaded above can be eliminated.)
  473. %
  474. %\let\preloaded=\undefined % preloaded fonts must be declared anew later.
  475. %
  476. %\skewchar\teni='177 \skewchar\seveni='177 \skewchar\fivei='177
  477. %\skewchar\tensy='60 \skewchar\sevensy='60 \skewchar\fivesy='60
  478. %
  479. %\textfont0=\tenrm \scriptfont0=\sevenrm \scriptscriptfont0=\fiverm
  480. %\def\rm{\fam\z@\tenrm}
  481. %\textfont1=\teni \scriptfont1=\seveni \scriptscriptfont1=\fivei
  482. %\def\mit{\fam\@ne} \def\oldstyle{\fam\@ne\teni}
  483. %\textfont2=\tensy \scriptfont2=\sevensy \scriptscriptfont2=\fivesy
  484. %\def\cal{\fam\tw@}
  485. %\textfont3=\tenex \scriptfont3=\tenex \scriptscriptfont3=\tenex
  486. %\newfam\itfam \def\it{\fam\itfam\tenit} % \it is family 4
  487. %\textfont\itfam=\tenit
  488. %\newfam\slfam \def\sl{\fam\slfam\tensl} % \sl is family 5
  489. %\textfont\slfam=\tensl
  490. %\newfam\bffam \def\bf{\fam\bffam\tenbf} % \bf is family 6
  491. %\textfont\bffam=\tenbf \scriptfont\bffam=\sevenbf
  492. %\scriptscriptfont\bffam=\fivebf
  493. %\newfam\ttfam \def\tt{\fam\ttfam\tentt} % \tt is family 7
  494. %\textfont\ttfam=\tentt
  495.  
  496. % Macros for setting ordinary text
  497. \message{macros,}
  498.  
  499. \def\frenchspacing{\sfcode`\.\@m \sfcode`\?\@m \sfcode`\!\@m
  500.   \sfcode`\:\@m \sfcode`\;\@m \sfcode`\,\@m}
  501. \def\nonfrenchspacing{\sfcode`\.3000\sfcode`\?3000\sfcode`\!3000%
  502.   \sfcode`\:2000\sfcode`\;1500\sfcode`\,1250 }
  503.  
  504. \def\normalbaselines{\lineskip\normallineskip
  505.   \baselineskip\normalbaselineskip \lineskiplimit\normallineskiplimit}
  506.  
  507. \def\^^M{\ } % control <return> = control <space>
  508. \def\^^I{\ } % same for <tab>
  509.  
  510. \def\lq{`} \def\rq{'}
  511. \def\lbrack{[} \def\rbrack{]}
  512.  
  513. \let\endgraf=\par \let\endline=\cr
  514.  
  515. \def\space{ }
  516. \def\empty{}
  517. \def\null{\hbox{}}
  518.  
  519. \let\bgroup={ \let\egroup=}
  520.  
  521. % In \obeylines, we say `\let^^M=\par' instead of `\def^^M{\par}'
  522. % since this allows, for example, `\let\par=\cr \obeylines \halign{...'
  523. {\catcode`\^^M=\active % these lines must end with %
  524.   \gdef\obeylines{\catcode`\^^M\active \let^^M\par}%
  525.   \global\let^^M\par} % this is in case ^^M appears in a \write
  526. \def\obeyspaces{\catcode`\ \active}
  527. {\obeyspaces\global\let =\space}
  528.  
  529. \def\loop#1\repeat{\def\body{#1}\iterate}
  530. \def\iterate{\body \let\next\iterate \else\let\next\relax\fi \next}
  531. \let\repeat=\fi % this makes \loop...\if...\repeat skippable
  532.  
  533. \def\thinspace{\kern .16667em }
  534. \def\negthinspace{\kern-.16667em }
  535. \def\enspace{\kern.5em }
  536.  
  537. \def\enskip{\hskip.5em\relax}
  538. \def\quad{\hskip1em\relax}
  539. \def\qquad{\hskip2em\relax}
  540.  
  541. \def\smallskip{\vskip\smallskipamount}
  542. \def\medskip{\vskip\medskipamount}
  543. \def\bigskip{\vskip\bigskipamount}
  544.  
  545. \def\nointerlineskip{\prevdepth-1000\p@}
  546. \def\offinterlineskip{\baselineskip-1000\p@
  547.   \lineskip\z@ \lineskiplimit\maxdimen}
  548.  
  549. \def\vglue{\afterassignment\vgl@\skip@=}
  550. \def\vgl@{\par \dimen@\prevdepth \hrule height\z@
  551.   \nobreak\vskip\skip@ \prevdepth\dimen@}
  552. \def\hglue{\afterassignment\hgl@\skip@=}
  553. \def\hgl@{\leavevmode \count@\spacefactor \vrule width\z@
  554.   \nobreak\hskip\skip@ \spacefactor\count@}
  555.  
  556. \def~{\penalty\@M \ } % tie
  557. \def\slash{/\penalty\exhyphenpenalty} % a `/' that acts like a `-'
  558.  
  559. \def\break{\penalty-\@M}
  560. \def\nobreak{\penalty \@M}
  561. \def\allowbreak{\penalty \z@}
  562.  
  563. \def\filbreak{\par\vfil\penalty-200\vfilneg}
  564. \def\goodbreak{\par\penalty-500 }
  565. \def\eject{\par\break}
  566. \def\supereject{\par\penalty-\@MM}
  567.  
  568. \def\removelastskip{\ifdim\lastskip=\z@\else\vskip-\lastskip\fi}
  569. \def\smallbreak{\par\ifdim\lastskip<\smallskipamount
  570.   \removelastskip\penalty-50\smallskip\fi}
  571. \def\medbreak{\par\ifdim\lastskip<\medskipamount
  572.   \removelastskip\penalty-100\medskip\fi}
  573. \def\bigbreak{\par\ifdim\lastskip<\bigskipamount
  574.   \removelastskip\penalty-200\bigskip\fi}
  575.  
  576. % \line changed to \@@line because LaTeX redefines \line
  577. \def\@@line{\hbox to\hsize}
  578. \def\leftline#1{\@@line{#1\hss}}
  579. \def\rightline#1{\@@line{\hss#1}}
  580. \def\centerline#1{\@@line{\hss#1\hss}}
  581.  
  582. \def\rlap#1{\hbox to\z@{#1\hss}}
  583. \def\llap#1{\hbox to\z@{\hss#1}}
  584.  
  585. \def\m@th{\mathsurround=\z@}
  586. \def\underbar#1{$\setbox\z@\hbox{#1}\dp\z@\z@
  587.   \m@th \underline{\box\z@}$}
  588.  
  589. \newbox\strutbox
  590. \setbox\strutbox=\hbox{\vrule height8.5pt depth3.5pt width\z@}
  591. \def\strut{\relax\ifmmode\copy\strutbox\else\unhcopy\strutbox\fi}
  592.  
  593. \def\hidewidth{\hskip\hideskip} % for alignment entries that can stick out
  594. \def\ialign{\tabskip\z@skip\halign} % initialized \halign
  595. \newcount\mscount
  596. \def\multispan#1{\omit \mscount#1
  597.   \loop\ifnum\mscount>\@ne \sp@n\repeat}
  598. \def\sp@n{\span\omit\advance\mscount\m@ne}
  599.  
  600. % LaTeX has its own tabbing environment, so PLAIN's is disabled.
  601. %
  602. %\newif\ifus@ \newif\if@cr
  603. %\newbox\tabs \newbox\tabsyet \newbox\tabsdone
  604. %
  605. %\def\cleartabs{\global\setbox\tabsyet\null \setbox\tabs\null}
  606. %\outer\def\settabs{\setbox\tabs\null \futurelet\next\sett@b}
  607. %\let\+=\relax % in case this file is being read in twice
  608. %\def\sett@b{\ifx\next\+\let\next\relax
  609. %    \def\next{\afterassignment\s@tt@b\let\next}%
  610. %  \else\let\next\s@tcols\fi\next}
  611. %\def\s@tt@b{\let\next\relax\us@false\m@ketabbox}
  612. %\def\tabalign{\us@true\m@ketabbox} % non-\outer version of \+
  613. %\outer\def\+{\tabalign}
  614. %\def\s@tcols#1\columns{\count@#1 \dimen@\hsize
  615. %  \loop\ifnum\count@>\z@ \@nother \repeat}
  616. %\def\@nother{\dimen@ii\dimen@ \divide\dimen@ii\count@
  617. %  \setbox\tabs\hbox{\hbox to\dimen@ii{}\unhbox\tabs}%
  618. %  \advance\dimen@-\dimen@ii \advance\count@\m@ne}
  619. %
  620. %\def\m@ketabbox{\begingroup
  621. %  \global\setbox\tabsyet\copy\tabs
  622. %  \global\setbox\tabsdone\null
  623. %  \def\cr{\@crtrue\crcr\egroup\egroup
  624. %    \ifus@\unvbox\z@\lastbox\fi\endgroup
  625. %    \setbox\tabs\hbox{\unhbox\tabsyet\unhbox\tabsdone}}%
  626. %  \setbox\z@\vbox\bgroup\@crfalse
  627. %    \ialign\bgroup&\t@bbox##\t@bb@x\crcr}
  628. %
  629. %\def\t@bbox{\setbox\z@\hbox\bgroup}
  630. %\def\t@bb@x{\if@cr\egroup % now \box\z@ holds the column
  631. %  \else\hss\egroup \global\setbox\tabsyet\hbox{\unhbox\tabsyet
  632. %      \global\setbox\@ne\lastbox}% now \box\@ne holds its size
  633. %    \ifvoid\@ne\global\setbox\@ne\hbox to\wd\z@{}%
  634. %    \else\setbox\z@\hbox to\wd\@ne{\unhbox\z@}\fi
  635. %    \global\setbox\tabsdone\hbox{\box\@ne\unhbox\tabsdone}\fi
  636. %  \box\z@}
  637.  
  638. \def\hang{\hangindent\parindent}
  639. \def\textindent#1{\indent\llap{#1\enspace}\ignorespaces}
  640. \def\item{\par\hang\textindent}
  641. \def\itemitem{\par\indent \hangindent2\parindent \textindent}
  642. \def\narrower{\advance\leftskip\parindent
  643.   \advance\rightskip\parindent}
  644.  
  645. % LaTeX has its own sectioning macros
  646. %\outer\def\beginsection#1\par{\filbreak\bigskip
  647. %  \message{#1}\leftline{\bf#1}\nobreak\smallskip\vskip-\parskip
  648. %  \noindent}
  649.  
  650. \outer\def\proclaim #1. #2\par{\medbreak\vskip-\parskip
  651.   \noindent{\bf#1.\enspace}{\sl#2}\par
  652.   \ifdim\lastskip<\medskipamount \removelastskip\penalty55\medskip\fi}
  653.  
  654. \def\raggedright{\rightskip\z@ plus2em \spaceskip.3333em \xspaceskip.5em }
  655. \def\ttraggedright{\tt\rightskip\z@ plus2em } % for use with \tt only
  656.  
  657. \chardef\%=`\%
  658. \chardef\&=`\&
  659. \chardef\#=`\#
  660. \chardef\$=`\$
  661. \chardef\ss="19
  662. \chardef\ae="1A
  663. \chardef\oe="1B
  664. \chardef\o="1C
  665. \chardef\AE="1D
  666. \chardef\OE="1E
  667. \chardef\O="1F
  668. \chardef\i="10 \chardef\j="11 % dotless letters
  669. \def\aa{\accent23a}
  670. \def\l{\char32l}
  671. \def\L{\leavevmode\setbox0\hbox{L}\hbox to\wd0{\hss\char32L}}
  672.  
  673. \def\leavevmode{\unhbox\voidb@x} % begins a paragraph, if necessary
  674. \def\_{\leavevmode \kern.06em \vbox{\hrule width.3em}}
  675. \def\AA{\leavevmode\setbox0\hbox{h}\dimen@\ht0\advance\dimen@-1ex%
  676.   \rlap{\raise.67\dimen@\hbox{\char'27}}A}
  677.  
  678. \def\mathhexbox#1#2#3{\leavevmode
  679.   \hbox{$\m@th \mathchar"#1#2#3$}}
  680. \def\dag{\mathhexbox279}
  681. \def\ddag{\mathhexbox27A}
  682. \def\S{\mathhexbox278}
  683. \def\P{\mathhexbox27B}
  684.  
  685. \def\oalign#1{\leavevmode\vtop{\baselineskip\z@skip \lineskip.25ex%
  686.   \ialign{##\crcr#1\crcr}}} % put characters over each other
  687. \def\ooalign{\lineskiplimit-\maxdimen \oalign}
  688.  
  689. % LaTeX change: \d, \b, \c redefined to work in a moving argument.
  690. \def\pd#1{\oalign{#1\crcr\hidewidth.\hidewidth}}
  691. \def\d{\protect\pd}
  692.  
  693. \def\pb#1{\oalign{#1\crcr\hidewidth
  694.     \vbox to.2ex{\hbox{\char22}\vss}\hidewidth}}
  695. \def\b{\protect\pb}
  696.  
  697. \def\pc#1{\setbox\z@\hbox{#1}\ifdim\ht\z@=1ex\accent24 #1%
  698.   \else{\ooalign{\hidewidth\char24\hidewidth\crcr\unhbox\z@}}\fi}
  699. \def\c{\protect\pc}
  700. % end of LaTeX change to \d, \b, \c 
  701.  
  702. \def\copyright{{\ooalign{\hfil\raise.07ex\hbox{c}\hfil\crcr\mathhexbox20D}}}
  703.  
  704. % LaTeX change: \ldots is redefined to do essentially what Plain's \dots does,
  705. % so ...
  706. \def\dots{\ldots}
  707.  
  708. \def\TeX{T\kern-.1667em\lower.5ex\hbox{E}\kern-.125emX}
  709.  
  710. \def\`#1{{\accent18 #1}}
  711. \def\'#1{{\accent19 #1}}
  712. \def\v#1{{\accent20 #1}} \let\^^_=\v
  713. \def\u#1{{\accent21 #1}} \let\^^S=\u
  714. \def\=#1{{\accent22 #1}}
  715. \def\^#1{{\accent94 #1}} \let\^^D=\^
  716. \def\.#1{{\accent95 #1}}
  717. \def\H#1{{\accent"7D #1}}
  718. \def\~#1{{\accent"7E #1}}
  719. \def\"#1{{\accent"7F #1}}
  720.  
  721. % LaTeX change: Make \t work in a moving argument.
  722. \def\pt#1{{\edef\next{\the\font}\the\textfont1\accent"7F\next#1}}
  723. \def\t{\protect\pt}
  724.  
  725. \def\hrulefill{\leaders\hrule\hfill}
  726. \def\dotfill{\cleaders\hbox{$\m@th \mkern1.5mu.\mkern1.5mu$}\hfill}
  727. \def\rightarrowfill{$\m@th\mathord-\mkern-6mu%
  728.   \cleaders\hbox{$\mkern-2mu\mathord-\mkern-2mu$}\hfill
  729.   \mkern-6mu\mathord\rightarrow$}
  730. \def\leftarrowfill{$\m@th\mathord\leftarrow\mkern-6mu%
  731.   \cleaders\hbox{$\mkern-2mu\mathord-\mkern-2mu$}\hfill
  732.   \mkern-6mu\mathord-$}
  733. \mathchardef\braceld="37A \mathchardef\bracerd="37B
  734. \mathchardef\bracelu="37C \mathchardef\braceru="37D
  735. \def\downbracefill{$\m@th\braceld\leaders\vrule\hfill\braceru
  736.   \bracelu\leaders\vrule\hfill\bracerd$}
  737. \def\upbracefill{$\m@th\bracelu\leaders\vrule\hfill\bracerd
  738.   \braceld\leaders\vrule\hfill\braceru$}
  739.  
  740. % LaTeX change: \bye is eliminated.
  741. %\outer\def\bye{\par\vfill\supereject\end}
  742.  
  743. % Macros for math setting
  744. \message{math definitions,}
  745.  
  746. \let\sp=^ \let\sb=_
  747. \def\,{\mskip\thinmuskip}
  748. \def\>{\mskip\medmuskip}
  749. \def\;{\mskip\thickmuskip}
  750. \def\!{\mskip-\thinmuskip}
  751. \def\*{\discretionary{\thinspace\edef\next{\the\textfont2}\next\char2}{}{}}
  752. {\catcode`\'=\active \gdef'{^\bgroup\prim@s}}
  753. \def\prim@s{\prime\futurelet\next\pr@m@s}
  754. \def\pr@m@s{\ifx'\next \let\next\pr@@@s \else\let\next\egroup\fi \next}
  755. \def\pr@@@s#1{\prim@s}
  756. {\catcode`\^^Z=\active \gdef^^Z{\not=}} % ^^Z is like \ne in math
  757.  
  758. % LaTeX change: the `\global' in the following command was
  759. % inadvertently omitted by DEK 
  760. {\catcode`\_=\active \global\let_=\_} % _ is like \_ if not used for subscripts
  761.  
  762. \mathchardef\alpha="010B
  763. \mathchardef\beta="010C
  764. \mathchardef\gamma="010D
  765. \mathchardef\delta="010E
  766. \mathchardef\epsilon="010F
  767. \mathchardef\zeta="0110
  768. \mathchardef\eta="0111
  769. \mathchardef\theta="0112
  770. \mathchardef\iota="0113
  771. \mathchardef\kappa="0114
  772. \mathchardef\lambda="0115
  773. \mathchardef\mu="0116
  774. \mathchardef\nu="0117
  775. \mathchardef\xi="0118
  776. \mathchardef\pi="0119
  777. \mathchardef\rho="011A
  778. \mathchardef\sigma="011B
  779. \mathchardef\tau="011C
  780. \mathchardef\upsilon="011D
  781. \mathchardef\phi="011E
  782. \mathchardef\chi="011F
  783. \mathchardef\psi="0120
  784. \mathchardef\omega="0121
  785. \mathchardef\varepsilon="0122
  786. \mathchardef\vartheta="0123
  787. \mathchardef\varpi="0124
  788. \mathchardef\varrho="0125
  789. \mathchardef\varsigma="0126
  790. \mathchardef\varphi="0127
  791. \mathchardef\Gamma="7000
  792. \mathchardef\Delta="7001
  793. \mathchardef\Theta="7002
  794. \mathchardef\Lambda="7003
  795. \mathchardef\Xi="7004
  796. \mathchardef\Pi="7005
  797. \mathchardef\Sigma="7006
  798. \mathchardef\Upsilon="7007
  799. \mathchardef\Phi="7008
  800. \mathchardef\Psi="7009
  801. \mathchardef\Omega="700A
  802.  
  803. \mathchardef\aleph="0240
  804. \def\hbar{{\mathchar'26\mskip-9muh}}
  805. \mathchardef\imath="017B
  806. \mathchardef\jmath="017C
  807. \mathchardef\ell="0160
  808. \mathchardef\wp="017D
  809. \mathchardef\Re="023C
  810. \mathchardef\Im="023D
  811. \mathchardef\partial="0140
  812. \mathchardef\infty="0231
  813. \mathchardef\prime="0230
  814. \mathchardef\emptyset="023B
  815. \mathchardef\nabla="0272
  816. \def\surd{{\mathchar"1270}}
  817. \mathchardef\top="023E
  818. \mathchardef\bot="023F
  819. \def\angle{{\vbox{\ialign{$\m@th\scriptstyle##$\cr\not\mathrel{\mkern14mu}\cr
  820.       \noalign{\nointerlineskip}
  821.       \mkern2.5mu\leaders\hrule height.34pt\hfill\mkern2.5mu\cr}}}}
  822. \mathchardef\triangle="0234
  823. \mathchardef\forall="0238
  824. \mathchardef\exists="0239
  825. \mathchardef\neg="023A \let\lnot=\neg
  826. \mathchardef\flat="015B
  827. \mathchardef\natural="015C
  828. \mathchardef\sharp="015D
  829. \mathchardef\clubsuit="027C
  830. \mathchardef\diamondsuit="027D
  831. \mathchardef\heartsuit="027E
  832. \mathchardef\spadesuit="027F
  833.  
  834. \mathchardef\coprod="1360
  835. \mathchardef\bigvee="1357
  836. \mathchardef\bigwedge="1356
  837. \mathchardef\biguplus="1355
  838. \mathchardef\bigcap="1354
  839. \mathchardef\bigcup="1353
  840. \mathchardef\intop="1352 \def\int{\intop\nolimits}
  841. \mathchardef\prod="1351
  842. \mathchardef\sum="1350
  843. \mathchardef\bigotimes="134E
  844. \mathchardef\bigoplus="134C
  845. \mathchardef\bigodot="134A
  846. \mathchardef\ointop="1348 \def\oint{\ointop\nolimits}
  847. \mathchardef\bigsqcup="1346
  848. \mathchardef\smallint="1273
  849.  
  850. \mathchardef\triangleleft="212F
  851. \mathchardef\triangleright="212E
  852. \mathchardef\bigtriangleup="2234
  853. \mathchardef\bigtriangledown="2235
  854. \mathchardef\wedge="225E \let\land=\wedge
  855. \mathchardef\vee="225F \let\lor=\vee
  856. \mathchardef\cap="225C
  857. \mathchardef\cup="225B
  858. \mathchardef\ddagger="227A
  859. \mathchardef\dagger="2279
  860. \mathchardef\sqcap="2275
  861. \mathchardef\sqcup="2274
  862. \mathchardef\uplus="225D
  863. \mathchardef\amalg="2271
  864. \mathchardef\diamond="2205
  865. \mathchardef\bullet="220F
  866. \mathchardef\wr="226F
  867. \mathchardef\div="2204
  868. \mathchardef\odot="220C
  869. \mathchardef\oslash="220B
  870. \mathchardef\otimes="220A
  871. \mathchardef\ominus="2209
  872. \mathchardef\oplus="2208
  873. \mathchardef\mp="2207
  874. \mathchardef\pm="2206
  875. \mathchardef\circ="220E
  876. \mathchardef\bigcirc="220D
  877. \mathchardef\setminus="226E % for set difference A\setminus B
  878. \mathchardef\cdot="2201
  879. \mathchardef\ast="2203
  880. \mathchardef\times="2202
  881. \mathchardef\star="213F
  882.  
  883. \mathchardef\propto="322F
  884. \mathchardef\sqsubseteq="3276
  885. \mathchardef\sqsupseteq="3277
  886. \mathchardef\parallel="326B
  887. \mathchardef\mid="326A
  888. \mathchardef\dashv="3261
  889. \mathchardef\vdash="3260
  890. \mathchardef\nearrow="3225
  891. \mathchardef\searrow="3226
  892. \mathchardef\nwarrow="322D
  893. \mathchardef\swarrow="322E
  894. \mathchardef\Leftrightarrow="322C
  895. \mathchardef\Leftarrow="3228
  896. \mathchardef\Rightarrow="3229
  897. \def\neq{\not=} \let\ne=\neq
  898. \mathchardef\leq="3214 \let\le=\leq
  899. \mathchardef\geq="3215 \let\ge=\geq
  900. \mathchardef\succ="321F
  901. \mathchardef\prec="321E
  902. \mathchardef\approx="3219
  903. \mathchardef\succeq="3217
  904. \mathchardef\preceq="3216
  905. \mathchardef\supset="321B
  906. \mathchardef\subset="321A
  907. \mathchardef\supseteq="3213
  908. \mathchardef\subseteq="3212
  909. \mathchardef\in="3232
  910. \mathchardef\ni="3233 \let\owns=\ni
  911. \mathchardef\gg="321D
  912. \mathchardef\ll="321C
  913. \mathchardef\not="3236
  914. \mathchardef\leftrightarrow="3224
  915. \mathchardef\leftarrow="3220 \let\gets=\leftarrow
  916. \mathchardef\rightarrow="3221 \let\to=\rightarrow
  917. \mathchardef\mapstochar="3237 \def\mapsto{\mapstochar\rightarrow}
  918. \mathchardef\sim="3218
  919. \mathchardef\simeq="3227
  920. \mathchardef\perp="323F
  921. \mathchardef\equiv="3211
  922. \mathchardef\asymp="3210
  923. \mathchardef\smile="315E
  924. \mathchardef\frown="315F
  925. \mathchardef\leftharpoonup="3128
  926. \mathchardef\leftharpoondown="3129
  927. \mathchardef\rightharpoonup="312A
  928. \mathchardef\rightharpoondown="312B
  929.  
  930. \def\joinrel{\mathrel{\mkern-3mu}}
  931. \def\relbar{\mathrel{\smash-}} % \smash, because - has the same height as +
  932. \def\Relbar{\mathrel=}
  933. \mathchardef\lhook="312C \def\hookrightarrow{\lhook\joinrel\rightarrow}
  934. \mathchardef\rhook="312D \def\hookleftarrow{\leftarrow\joinrel\rhook}
  935. \def\bowtie{\mathrel\triangleright\joinrel\mathrel\triangleleft}
  936. \def\models{\mathrel|\joinrel=}
  937.  
  938. % LaTeX Change: \longrightarrow and \longleftarrow redefined to make
  939. %   then robust.
  940. \def\longrightarrow{\protect\@lra}
  941.   \def\@lra{\relbar\joinrel\rightarrow}
  942. \def\longleftarrow{\protect\@lla}
  943.    \def\@lla{\leftarrow\joinrel\relbar}
  944. % End of LaTeX change to \longrightarrow and \longleftarrow 
  945.  
  946. \def\longleftarrow{\leftarrow\joinrel\relbar}
  947. \def\Longleftarrow{\Leftarrow\joinrel\Relbar}
  948. \def\longmapsto{\mapstochar\longrightarrow}
  949. \def\longleftrightarrow{\leftarrow\joinrel\rightarrow}
  950. \def\Longleftrightarrow{\Leftarrow\joinrel\Rightarrow}
  951. \def\iff{\;\Longleftrightarrow\;}
  952.  
  953. \mathchardef\ldotp="602E % ldot as a punctuation mark
  954. \mathchardef\cdotp="6201 % cdot as a punctuation mark
  955. \mathchardef\colon="603A % colon as a punctuation mark
  956.  
  957. % LaTeX change: make \ldots work outside math mode too.
  958. \def\@ldots{\mathinner{\ldotp\ldotp\ldotp}}
  959. \def\ldots{\protect\pldots}
  960. \def\pldots{\relax\ifmmode\@ldots\else\mbox{$\@ldots\,$}\fi}
  961. % End of LaTeX change to \ldots
  962.  
  963. \def\cdots{\mathinner{\cdotp\cdotp\cdotp}}
  964. \def\vdots{\vbox{\baselineskip4\p@ \lineskiplimit\z@
  965.     \kern6\p@\hbox{.}\hbox{.}\hbox{.}}}
  966. \def\ddots{\mathinner{\mskip1mu\raise7\p@\vbox{\kern7\p@\hbox{.}}\mskip2mu
  967.     \raise4\p@\hbox{.}\mskip2mu\raise\p@\hbox{.}\mskip1mu}}
  968.  
  969. \def\acute{\mathaccent"7013 }
  970. \def\grave{\mathaccent"7012 }
  971. \def\ddot{\mathaccent"707F }
  972. \def\tilde{\mathaccent"707E }
  973. \def\bar{\mathaccent"7016 }
  974. \def\breve{\mathaccent"7015 }
  975. \def\check{\mathaccent"7014 }
  976. \def\hat{\mathaccent"705E }
  977. \def\vec{\mathaccent"017E }
  978. \def\dot{\mathaccent"705F }
  979. \def\widetilde{\mathaccent"0365 }
  980. \def\widehat{\mathaccent"0362 }
  981. \def\overrightarrow#1{\vbox{\ialign{##\crcr
  982.       \rightarrowfill\crcr\noalign{\kern-\p@\nointerlineskip}
  983.       $\hfil\displaystyle{#1}\hfil$\crcr}}}
  984. \def\overleftarrow#1{\vbox{\ialign{##\crcr
  985.       \leftarrowfill\crcr\noalign{\kern-\p@\nointerlineskip}
  986.       $\hfil\displaystyle{#1}\hfil$\crcr}}}
  987. \def\overbrace#1{\mathop{\vbox{\ialign{##\crcr\noalign{\kern3\p@}
  988.       \downbracefill\crcr\noalign{\kern3\p@\nointerlineskip}
  989.       $\hfil\displaystyle{#1}\hfil$\crcr}}}\limits}
  990. \def\underbrace#1{\mathop{\vtop{\ialign{##\crcr
  991.       $\hfil\displaystyle{#1}\hfil$\crcr\noalign{\kern3\p@\nointerlineskip}
  992.       \upbracefill\crcr\noalign{\kern3\p@}}}}\limits}
  993. \def\skew#1#2#3{{#2{#3\mkern#1mu}\mkern-#1mu}{}}
  994.  
  995. \def\lmoustache{\delimiter"4000340 } % top from (, bottom from )
  996. \def\rmoustache{\delimiter"5000341 } % top from ), bottom from (
  997. \def\lgroup{\delimiter"400033A } % extensible ( with sharper tips
  998. \def\rgroup{\delimiter"500033B } % extensible ) with sharper tips
  999. \def\arrowvert{\delimiter"33C } % arrow without arrowheads
  1000. \def\Arrowvert{\delimiter"33D } % double arrow without arrowheads
  1001. \def\bracevert{\delimiter"33E } % the vertical bar that extends braces
  1002. \def\Vert{\delimiter"26B30D } \let\|=\Vert
  1003. \def\vert{\delimiter"26A30C }
  1004. \def\uparrow{\delimiter"3222378 }
  1005. \def\downarrow{\delimiter"3223379 }
  1006. \def\updownarrow{\delimiter"326C33F }
  1007. \def\Uparrow{\delimiter"322A37E }
  1008. \def\Downarrow{\delimiter"322B37F }
  1009. \def\Updownarrow{\delimiter"326D377 }
  1010. \def\backslash{\delimiter"26E30F } % for double coset G\backslash H
  1011. \def\rangle{\delimiter"526930B }
  1012. \def\langle{\delimiter"426830A }
  1013. \def\rbrace{\delimiter"5267309 } \let\}=\rbrace
  1014. \def\lbrace{\delimiter"4266308 } \let\{=\lbrace
  1015. \def\rceil{\delimiter"5265307 }
  1016. \def\lceil{\delimiter"4264306 }
  1017. \def\rfloor{\delimiter"5263305 }
  1018. \def\lfloor{\delimiter"4262304 }
  1019.  
  1020. \def\bigl{\mathopen\big}
  1021. \def\bigm{\mathrel\big}
  1022. \def\bigr{\mathclose\big}
  1023. \def\Bigl{\mathopen\Big}
  1024. \def\Bigm{\mathrel\Big}
  1025. \def\Bigr{\mathclose\Big}
  1026. \def\biggl{\mathopen\bigg}
  1027. \def\biggm{\mathrel\bigg}
  1028. \def\biggr{\mathclose\bigg}
  1029. \def\Biggl{\mathopen\Bigg}
  1030. \def\Biggm{\mathrel\Bigg}
  1031. \def\Biggr{\mathclose\Bigg}
  1032. \def\big#1{{\hbox{$\left#1\vbox to8.5\p@{}\right.\n@space$}}}
  1033. \def\Big#1{{\hbox{$\left#1\vbox to11.5\p@{}\right.\n@space$}}}
  1034. \def\bigg#1{{\hbox{$\left#1\vbox to14.5\p@{}\right.\n@space$}}}
  1035. \def\Bigg#1{{\hbox{$\left#1\vbox to17.5\p@{}\right.\n@space$}}}
  1036. \def\n@space{\nulldelimiterspace\z@ \m@th}
  1037.  
  1038. \def\choose{\atopwithdelims()}
  1039. \def\brack{\atopwithdelims[]}
  1040. \def\brace{\atopwithdelims\{\}}
  1041.  
  1042. \def\sqrt{\radical"270370 }
  1043.  
  1044. \def\mathpalette#1#2{\mathchoice{#1\displaystyle{#2}}%
  1045.   {#1\textstyle{#2}}{#1\scriptstyle{#2}}{#1\scriptscriptstyle{#2}}}
  1046. \newbox\rootbox
  1047. \def\root#1\of{\setbox\rootbox\hbox{$\m@th\scriptscriptstyle{#1}$}
  1048.   \mathpalette\r@@t}
  1049. \def\r@@t#1#2{\setbox\z@\hbox{$\m@th#1\sqrt{#2}$}
  1050.   \dimen@\ht\z@ \advance\dimen@-\dp\z@
  1051.   \mskip5mu\raise.6\dimen@\copy\rootbox \mskip-10mu \box\z@}
  1052. \newif\ifv@ \newif\ifh@
  1053. \def\vphantom{\v@true\h@false\ph@nt}
  1054. \def\hphantom{\v@false\h@true\ph@nt}
  1055. \def\phantom{\v@true\h@true\ph@nt}
  1056. \def\ph@nt{\ifmmode\def\next{\mathpalette\mathph@nt}%
  1057.   \else\let\next\makeph@nt\fi\next}
  1058. \def\makeph@nt#1{\setbox\z@\hbox{#1}\finph@nt}
  1059. \def\mathph@nt#1#2{\setbox\z@\hbox{$\m@th#1{#2}$}\finph@nt}
  1060. \def\finph@nt{\setbox\tw@\null
  1061.   \ifv@ \ht\tw@\ht\z@ \dp\tw@\dp\z@\fi
  1062.   \ifh@ \wd\tw@\wd\z@\fi \box\tw@}
  1063. \def\mathstrut{\vphantom(}
  1064. \def\smash{\relax % \relax, in case this comes first in \halign
  1065.   \ifmmode\def\next{\mathpalette\mathsm@sh}\else\let\next\makesm@sh
  1066.   \fi\next}
  1067. \def\makesm@sh#1{\setbox\z@\hbox{#1}\finsm@sh}
  1068. \def\mathsm@sh#1#2{\setbox\z@\hbox{$\m@th#1{#2}$}\finsm@sh}
  1069. \def\finsm@sh{\ht\z@\z@ \dp\z@\z@ \box\z@}
  1070.  
  1071. \def\cong{\mathrel{\mathpalette\@vereq\sim}} % congruence sign
  1072. \def\@vereq#1#2{\lower.5\p@\vbox{\baselineskip\z@skip\lineskip-.5\p@
  1073.     \ialign{$\m@th#1\hfil##\hfil$\crcr#2\crcr=\crcr}}}
  1074. \def\notin{\mathrel{\mathpalette\c@ncel\in}}
  1075. \def\c@ncel#1#2{\ooalign{$\hfil#1\mkern1mu/\hfil$\crcr$#1#2$}}
  1076. \def\rightleftharpoons{\mathrel{\mathpalette\rlh@{}}}
  1077. \def\rlh@#1{\vcenter{\hbox{\ooalign{\raise2pt
  1078.           \hbox{$#1\rightharpoonup$}\crcr
  1079.         $#1\leftharpoondown$}}}}
  1080. \def\buildrel#1\over#2{\mathrel{\mathop{#2}\limits^{#1}}}
  1081. \def\doteq{\buildrel\textstyle.\over=}
  1082.  
  1083. \def\log{\mathop{\rm log}\nolimits}
  1084. \def\lg{\mathop{\rm lg}\nolimits}
  1085. \def\ln{\mathop{\rm ln}\nolimits}
  1086. \def\lim{\mathop{\rm lim}}
  1087. \def\limsup{\mathop{\rm lim\,sup}}
  1088. \def\liminf{\mathop{\rm lim\,inf}}
  1089. \def\sin{\mathop{\rm sin}\nolimits}
  1090. \def\arcsin{\mathop{\rm arcsin}\nolimits}
  1091. \def\sinh{\mathop{\rm sinh}\nolimits}
  1092. \def\cos{\mathop{\rm cos}\nolimits}
  1093. \def\arccos{\mathop{\rm arccos}\nolimits}
  1094. \def\cosh{\mathop{\rm cosh}\nolimits}
  1095. \def\tan{\mathop{\rm tan}\nolimits}
  1096. \def\arctan{\mathop{\rm arctan}\nolimits}
  1097. \def\tanh{\mathop{\rm tanh}\nolimits}
  1098. \def\cot{\mathop{\rm cot}\nolimits}
  1099. \def\coth{\mathop{\rm coth}\nolimits}
  1100. \def\sec{\mathop{\rm sec}\nolimits}
  1101. \def\csc{\mathop{\rm csc}\nolimits}
  1102. \def\max{\mathop{\rm max}}
  1103. \def\min{\mathop{\rm min}}
  1104. \def\sup{\mathop{\rm sup}}
  1105. \def\inf{\mathop{\rm inf}}
  1106. \def\arg{\mathop{\rm arg}\nolimits}
  1107. \def\ker{\mathop{\rm ker}\nolimits}
  1108. \def\dim{\mathop{\rm dim}\nolimits}
  1109. \def\hom{\mathop{\rm hom}\nolimits}
  1110. \def\det{\mathop{\rm det}}
  1111. \def\exp{\mathop{\rm exp}\nolimits}
  1112. \def\Pr{\mathop{\rm Pr}}
  1113. \def\gcd{\mathop{\rm gcd}}
  1114. \def\deg{\mathop{\rm deg}\nolimits}
  1115.  
  1116. \def\bmod{\mskip-\medmuskip\mskip5mu
  1117.   \mathbin{\rm mod}\penalty900\mskip5mu\mskip-\medmuskip}
  1118. \def\pmod#1{\allowbreak\mkern18mu({\rm mod}\,\,#1)}
  1119.  
  1120. \def\cases#1{\left\{\,\vcenter{\normalbaselines\m@th
  1121.     \ialign{$##\hfil$&\quad##\hfil\crcr#1\crcr}}\right.}
  1122. \def\matrix#1{\,\vcenter{\normalbaselines\m@th
  1123.     \ialign{\hfil$##$\hfil&&\quad\hfil$##$\hfil\crcr
  1124.       \mathstrut\crcr\noalign{\kern-\baselineskip}
  1125.       #1\crcr\mathstrut\crcr\noalign{\kern-\baselineskip}}}\,}
  1126. \def\pmatrix#1{\left(\matrix{#1}\right)}
  1127. \newdimen\p@renwd
  1128.  
  1129. % LaTeX: following command is moved after the \tenex font is defined
  1130. %  by SFONTS
  1131. %\setbox0=\hbox{\tenex B} \p@renwd=\wd0 % width of the big left (
  1132.  
  1133. \def\bordermatrix#1{\begingroup \m@th
  1134.   \setbox\z@\vbox{\def\cr{\crcr\noalign{\kern2\p@\global\let\cr\endline}}%
  1135.     \ialign{$##$\hfil\kern2\p@\kern\p@renwd&\thinspace\hfil$##$\hfil
  1136.       &&\quad\hfil$##$\hfil\crcr
  1137.       \omit\strut\hfil\crcr\noalign{\kern-\baselineskip}%
  1138.       #1\crcr\omit\strut\cr}}%
  1139.   \setbox\tw@\vbox{\unvcopy\z@\global\setbox\@ne\lastbox}%
  1140.   \setbox\tw@\hbox{\unhbox\@ne\unskip\global\setbox\@ne\lastbox}%
  1141.   \setbox\tw@\hbox{$\kern\wd\@ne\kern-\p@renwd\left(\kern-\wd\@ne
  1142.     \global\setbox\@ne\vbox{\box\@ne\kern2\p@}%
  1143.     \vcenter{\kern-\ht\@ne\unvbox\z@\kern-\baselineskip}\,\right)$}%
  1144.   \;\vbox{\kern\ht\@ne\box\tw@}\endgroup}
  1145.  
  1146.  
  1147. \def\openup{\afterassignment\@penup\dimen@=}
  1148. \def\@penup{\advance\lineskip\dimen@
  1149.   \advance\baselineskip\dimen@
  1150.   \advance\lineskiplimit\dimen@}
  1151.  
  1152. \newif\ifdt@p
  1153. \def\displ@y{\global\dt@ptrue\openup\jot\m@th
  1154.   \everycr{\noalign{\ifdt@p \global\dt@pfalse
  1155.       \vskip-\lineskiplimit \vskip\normallineskiplimit
  1156.       \else \penalty\interdisplaylinepenalty \fi}}}
  1157.  
  1158. \def\displaylines#1{\displ@y
  1159.   \halign{\hbox to\displaywidth{$\hfil\displaystyle##\hfil$}\crcr
  1160.     #1\crcr}}
  1161.  
  1162. % LaTeX: The following \eqalign type macros are eliminated, since
  1163. % they are replaced by the eqnarray environment.
  1164. %
  1165. %\def\eqalign#1{\,\vcenter{\openup\jot\m@th
  1166. %  \ialign{\strut\hfil$\displaystyle{##}$&$\displaystyle{{}##}$\hfil
  1167. %      \crcr#1\crcr}}\,}
  1168. %\def\eqalignno#1{\displ@y \tabskip\centering
  1169. %  \halign to\displaywidth{\hfil$\displaystyle{##}$\tabskip\z@skip
  1170. %    &$\displaystyle{{}##}$\hfil\tabskip\centering
  1171. %    &\llap{$##$}\tabskip\z@skip\crcr
  1172. %    #1\crcr}}
  1173. %\def\leqalignno#1{\displ@y \tabskip\centering
  1174. %  \halign to\displaywidth{\hfil$\displaystyle{##}$\tabskip\z@skip
  1175. %    &$\displaystyle{{}##}$\hfil\tabskip\centering
  1176. %    &\kern-\displaywidth\rlap{$##$}\tabskip\displaywidth\crcr
  1177. %    #1\crcr}}
  1178.  
  1179. % Definitions related to output
  1180.  
  1181. % LaTeX uses its own output routine
  1182. %
  1183. %\message{output routines,}
  1184. %
  1185. %\countdef\pageno=0 \pageno=1 % first page is number 1
  1186. %\newtoks\headline \headline={\hfil} % headline is normally blank
  1187. %\newtoks\footline \footline={\hss\tenrm\folio\hss}
  1188. %  % footline is normally a centered page number in font \tenrm
  1189. %\newif\ifr@ggedbottom
  1190. %\def\raggedbottom{\topskip 10\p@ plus60\p@ \r@ggedbottomtrue}
  1191. %\def\normalbottom{\topskip 10\p@ \r@ggedbottomfalse} % undoes \raggedbottom
  1192. %\def\folio{\ifnum\pageno<\z@ \romannumeral-\pageno \else\number\pageno \fi}
  1193. %\def\nopagenumbers{\footline{\hfil}} % blank out the footline
  1194. %\def\advancepageno{\ifnum\pageno<\z@ \global\advance\pageno\m@ne
  1195. %  \else\global\advance\pageno\@ne \fi} % increase |pageno|
  1196.  
  1197. % LaTeX does use the same insert for footnotes as PLAIN
  1198. \newinsert\footins
  1199.  
  1200. %\def\footnote#1{\let\@sf\empty
  1201. %  \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\fi
  1202. %  #1\@sf\vfootnote{#1}}
  1203. %\def\vfootnote#1{\insert\footins\bgroup
  1204. %  \interlinepenalty\interfootnotelinepenalty
  1205. %  \splittopskip\ht\strutbox % top baseline for broken footnotes
  1206. %  \splitmaxdepth\dp\strutbox \floatingpenalty\@MM
  1207. %  \leftskip\z@skip \rightskip\z@skip
  1208. %  \textindent{#1}\footstrut\futurelet\next\fo@t}
  1209. %\def\fo@t{\ifcat\bgroup\noexpand\next \let\next\f@@t
  1210. %  \else\let\next\f@t\fi \next}
  1211. %\def\f@@t{\bgroup\aftergroup\@foot\let\next}
  1212. %\def\f@t#1{#1\@foot}
  1213. %\def\@foot{\strut\egroup}
  1214. %\def\footstrut{\vbox to\splittopskip{}}
  1215.  
  1216. % LaTeX leaves these initializations for the \footins insert.
  1217. %
  1218. \skip\footins=\bigskipamount % space added when footnote is present
  1219. \count\footins=1000 % footnote magnification factor (1 to 1)
  1220. \dimen\footins=8in % maximum footnotes per page
  1221.  
  1222. %\newinsert\topins
  1223. %\newif\ifp@ge \newif\if@mid
  1224. %\def\topinsert{\@midfalse\p@gefalse\@ins}
  1225. %\def\midinsert{\@midtrue\@ins}
  1226. %\def\pageinsert{\@midfalse\p@getrue\@ins}
  1227. %\skip\topins=\z@skip % no space added when a topinsert is present
  1228. %\count\topins=1000 % magnification factor (1 to 1)
  1229. %\dimen\topins=\maxdimen % no limit per page
  1230. %\def\@ins{\par\begingroup\setbox\z@\vbox\bgroup} % start a \vbox
  1231. %\def\endinsert{\egroup % finish the \vbox
  1232. %  \if@mid \dimen@\ht\z@ \advance\dimen@\dp\z@
  1233. %    \advance\dimen@12\p@ \advance\dimen@\pagetotal
  1234. %    \ifdim\dimen@>\pagegoal\@midfalse\p@gefalse\fi\fi
  1235. %  \if@mid \bigskip\box\z@\bigbreak
  1236. %  \else\insert\topins{\penalty100 % floating insertion
  1237. %    \splittopskip\z@skip
  1238. %    \splitmaxdepth\maxdimen \floatingpenalty\z@
  1239. %    \ifp@ge \dimen@\dp\z@
  1240. %    \vbox to\vsize{\unvbox\z@\kern-\dimen@}% depth is zero
  1241. %    \else \box\z@\nobreak\bigskip\fi}\fi\endgroup}
  1242.  
  1243. %\output{\plainoutput}
  1244. %\def\plainoutput{\shipout\vbox{\makeheadline\pagebody\makefootline}
  1245. %  \advancepageno
  1246. %  \ifnum\outputpenalty>-\@MM \else\dosupereject\fi}
  1247. %\def\pagebody{\vbox to\vsize{\boxmaxdepth\maxdepth \pagecontents}}
  1248. %\def\makeheadline{\vbox to\z@{\vskip-22.5\p@
  1249. %  \line{\vbox to8.5\p@{}\the\headline}\vss}\nointerlineskip}
  1250. %\def\makefootline{\baselineskip24\p@\line{\the\footline}}
  1251. %\def\dosupereject{\ifnum\insertpenalties>\z@ % something is being held over
  1252. %  \vbox to-\topskip{\line{}\vss}\vfill\supereject\fi}
  1253. %
  1254. %\def\pagecontents{\ifvoid\topins\else\unvbox\topins\fi
  1255. %  \dimen@=\dp\@cclv \unvbox\@cclv % open up \box255
  1256. %  \ifvoid\footins\else % footnote info is present
  1257. %    \vskip\skip\footins
  1258. %    \footnoterule
  1259. %    \unvbox\footins\fi
  1260. %  \ifr@ggedbottom \kern-\dimen@ \vfil \fi}
  1261.  
  1262. % LaTeX keeps PLAIN TeX's \footnoterule as the default
  1263. \def\footnoterule{\kern-3\p@
  1264.   \hrule width 2truein \kern 2.6\p@} % the \hrule is .4pt high
  1265.  
  1266. % Hyphenation, miscellaneous macros, and initial values for standard layout
  1267. \message{hyphenation}
  1268.  
  1269. \input hyphen
  1270.  
  1271. % \magnification doesn't work in LaTeX
  1272. %
  1273. %\def\magnification{\afterassignment\m@g\count@}
  1274. %\def\m@g{\mag\count@
  1275. %  \hsize6.5truein\vsize8.9truein\dimen\footins8truein}
  1276.  
  1277. \def\tracingall{\tracingonline\@ne\tracingcommands\tw@\tracingstats\tw@
  1278.   \tracingpages\@ne\tracingoutput\@ne\tracinglostchars\@ne
  1279.   \tracingmacros\@ne\tracingparagraphs\@ne\tracingrestores\@ne
  1280.   \showboxbreadth\maxdimen\showboxdepth\maxdimen\errorstopmode}
  1281.  
  1282. \def\showhyphens#1{\setbox0\vbox{\parfillskip\z@skip\hsize\maxdimen\tenrm
  1283.   \pretolerance\m@ne\tolerance\m@ne\hbadness0\showboxdepth0\ #1}}
  1284.  
  1285. % input SLiTeX fonts and commands
  1286.  
  1287. \input sfonts
  1288. \input latex
  1289. \input slitex
  1290.  
  1291. % LaTeX change: moved from above. 
  1292. \setbox0=\hbox{\tenex B} \p@renwd=\wd0 % width of the big left (
  1293.  
  1294. % SliTeX: default values
  1295. \normalbaselines
  1296. \twentypt
  1297. \nonfrenchspacing % punctuation affects the spacing
  1298. \catcode`@=12 % at signs are no longer letters
  1299.  
  1300.  
  1301. % SliTeX: File called SPLAIN
  1302. % identify the current format
  1303. \def\fmtname{splain}\def\fmtversion{2.09-11/22/85} 
  1304.  
  1305. \typeout{Input any local modifications here.}
  1306.